home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 January / PCWELT_1_2004.ISO / pcwstart.exe / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-08-05  |  81 b   |  5 lines

  1. on(release){
  2.    fscommand("exec","JWEB\tindex.htm");
  3.    fscommand("quit");
  4. }
  5.